test(profiling): fix flaky exception raise test#19139
Conversation
…3Z44N DD_TFZHZD DD_6VMAUN DD_SAXCT8
Circular import analysis
|
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
Build pipeline has failing jobs for a556879: What to do next?
DetailsSince those jobs are not marked as being allowed to fail, the pipeline will most likely fail. |
|
/merge -f "MQ is not working and the only PRs in the queue currently are mine" |
|
View all feedbacks in Devflow UI.
Arguments errors:
If you need support, contact us on Slack #devflow with those details! |
|
/merge -f |
|
View all feedbacks in Devflow UI.
You need to provide a reason for skipping checks |
|
/merge -f --reason "MQ is not working and I am the only PRs in merge queue right now" |
|
View all feedbacks in Devflow UI.
The expected merge time in
Warning This change was merged without running any pre merge CI checks Reason: MQ is not working and I am the only PRs in merge queue right now |
d840f54
into
main
Codeowners resolved as |

Description
When
sampling_interval=1, skip Poisson sampling so every exception is collected instead of allowing random gaps of 2+. That removes the flake where a stray exception could consume the sample slot and miss intentional exceptions thrown. Used claude for verif scriptTesting
ran the exception test file 100x...
Risks
Additional Notes